home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 1.iso / mac / DISK1 / DATA / bini.Dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  582 b   |  26 lines

  1. on exitFrame
  2.   repeat with n = 2 to 3
  3.     puppetSprite(n, 1)
  4.   end repeat
  5.   go(the frame)
  6. end
  7.  
  8. on mouseDown
  9.   case the clickOn of
  10.     2:
  11.       set the memberNum of sprite 2 to the number of member "menu.on"
  12.       csound()
  13.       updateStage()
  14.       set the memberNum of sprite 2 to the number of member "menu.off"
  15.       updateStage()
  16.       go(1, "menu")
  17.     3:
  18.       set the memberNum of sprite 3 to the number of member "qui.on"
  19.       csound()
  20.       updateStage()
  21.       set the memberNum of sprite 3 to the number of member "qui.off"
  22.       updateStage()
  23.       quit()
  24.   end case
  25. end
  26.